home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Utilities Professional 1-1500
/
Utilities Professional 1-1500 (1994)(WPD)[!].iso
/
12511500
/
var1432.dms
/
var1432.adf
/
NDUK-V40.lha
/
V40
/
include
/
workbench
/
startup.i
< prev
next >
Wrap
Text File
|
1993-10-15
|
878b
|
41 lines
IFND WORKBENCH_STARTUP_I
WORKBENCH_STARTUP_I EQU 1
**
** $VER: startup.i 36.4 (2.12.90)
** Includes Release 40.15
**
** workbench startup definitions
**
** (C) Copyright 1985-1993 Commodore-Amiga, Inc.
** All Rights Reserved
**
IFND EXEC_TYPES_I
INCLUDE "exec/types.i"
ENDC
IFND EXEC_PORTS_I
INCLUDE "exec/ports.i"
ENDC
IFND LIBRARIES_DOS_I
INCLUDE "libraries/dos.i"
ENDC
STRUCTURE WBStartup,0
STRUCT sm_Message,MN_SIZE ; a standard message structure
APTR sm_Process ; the process descriptor for you
BPTR sm_Segment ; a descriptor for your code
LONG sm_NumArgs ; the number of elements in ArgList
APTR sm_ToolWindow ; description of window
APTR sm_ArgList ; the arguments themselves
LABEL sm_SIZEOF
STRUCTURE WBArg,0
BPTR wa_Lock ; a lock descriptor
APTR wa_Name ; a string relative to that lock
LABEL wa_SIZEOF
ENDC ; WORKBENCH_STARTUP_I